home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / PET / S-Super PET / (s)t5.d64 / EDA.SCAT.INF < prev    next >
Text File  |  2009-01-18  |  3KB  |  65 lines

  1.                    PPPP scatter plots PPPP
  2.                         @@@@@@@@@@@@@
  3.  introduction        the function KscatK displays data plotted against
  4.  @@@@@@@@@@@@        a Kcarrier variableK. it accepts a numeric vector
  5.                      or array as its right argument. if the argument is a
  6.                      vector of size n then the carrier variable is the
  7.                      first n positive integers. if it is an array the
  8.                      carrier variable is the first column of the array and
  9.                      data in the other specified columns of the array are
  10.                      plotted against these data on the same axes.
  11.  
  12.  command syntax      scat dddd         _produces a scatter plot of data in
  13.  @@@@@@@@@@@@@@                         dddd as previously indicated 
  14.                      scat dddd;<2 3 6' _produces a plot of data in cols 3,6
  15.                                         against col 2 on the same axes.
  16.  
  17.  parameters          five parameters which can be altered by the user >_
  18.  @@@@@@@@@@           wid and dep      _controls horizontal and vertical
  19.            defaults  :30      15"       dimensions of the display
  20.  
  21.                       ndivx and ndivy  _controls no. of units on x and y
  22.            defaults    :4        4"     axes
  23.  
  24.  
  25.  parameters           atom            _avoids division by zero
  26.  @@@@@@@@@@ default :10P@6"
  27.  
  28.  comments           when plotting numeric vectors or two column arrays
  29.                     the plotting symbol is KJK. the symbols 1 to 9 and
  30.                     indicate coincidence of multiple data values.
  31.  
  32.                     when plotting arrarys with up to 9 columns the pattern
  33.                     is necessarily more complicated. the rules are>_
  34.  
  35.       column         symbol           overlap :within"  overlap :amongst"
  36.       @@@@@@         @@@@@@           @@@@@@@@@@@@@@@@  @@@@@@@@@@@@@@@@@
  37.         1             nil :carrier"
  38.         2              a                      z
  39.         3              b                      y
  40.         4              c                      x
  41.         5              d                      w
  42.         6              e                      v
  43.         7              f                      u
  44.         8              g                      t
  45.         9              h                      s
  46.  
  47.  e.g. KzK_ overlap from col 2< K K_ overlap from cols 2 and 3 :say"
  48.  
  49.  
  50.  comments           care is needed in specifying your plots in order to
  51.                     firstly choose your carrier, and secondly to produce
  52.                     a display which is comprehensible
  53.  
  54.  practice
  55.  
  56.    in this work space there is a data set called insects :p 12, mcneil"
  57.  
  58.    try the following commands>_
  59.  
  60.      insects                 _display data in insectsK
  61.      scat ,insects           _produces a scatter plot of all values
  62.                               against the first 72 positine integers
  63.      scat insects;<1 2'      _scatter plot of col 2 against col 1
  64.      scat insects            _scatter plot of cols 2_5 against col 1
  65.